home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / Implementation / DocShell / ShellMem.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-13  |  726 b   |  31 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ShellMem.h
  3.  
  4.     Contains:    Definitions from ShellMem.cpp
  5.  
  6.     Owned by:    Nick Pilch
  7.  
  8.     Copyright:    1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <4>      10/23/96    DH        1336808    ,1333949,1368888,1375780 Changed
  13.                                     low memory exit routine name to accurately
  14.                                     reflect why we are exiting.
  15.          <3>     7/30/96    eeh        1372943: add ODShellCorruptDocGoodbye and
  16.                                     ODShellGenericGoodbye
  17.          <2>    .04.1996    NP        1338241: Export ODShellLowMemoryGoodbye.
  18.          <1>    4/4/96    NP        first checked in
  19.  
  20.     To Do:
  21. */
  22.  
  23. #ifndef _SHELLMEM_
  24. #define _SHELLMEM_
  25.  
  26. void ODShellLowTempMemoryGoodbye();
  27. void ODShellCorruptDocGoodbye();
  28. void ODShellGenericGoodbye( ODBoolean inform );
  29.  
  30. #endif /* _SHELLMEM_ */
  31.